body{
	margin: 0px;
	padding:0px;
}
header img{
	width:15%;
	margin-left: 40%;
	padding: 5px 0px;
}
header{
	background-color: #ddd;
}
.examname{
	display: inline-block;
	font-size:20px;

}
fieldset{
	border:1px solid grey !important;
	margin:10px !important;
	padding:10px !important;
}
legend{
	width:120px !important;
	margin-left: 30px;
	padding-left: 15px !important;
	border-bottom: none !important;
	margin-bottom: 0px !important;
	font-size:16px!important;
}
.row{
	margin-left: 0px !important;
	margin-right:0px !important;
}
.comprehensionoverview{
	border:1px solid grey;
}
.comprehensionquestion{
	border-right: 1px solid grey;
}
.comprehensionquestion .form-group{
	height:320px;
}
.questionno{
	border-bottom: 1px solid grey;
	padding: 20px 20px 40px 0px;
}
.comprehension{
	border-right: 1px solid grey;
	padding:20px;
	min-height: 350px !important;
}
.previousbuttoncontainer{
	border-top: 1px solid grey;
	margin-bottom:15px;
}
.overviewquestionno table td{
	padding:10px;
}

.overviewquestionno{
	width:100%;
	height:200px;
	overflow-y:scroll;
}
/* .question{
	padding:20px;
} */
.overviewtitle{
	padding:20px;
	border-bottom: 1px solid grey;
}
.overviewresult{
	padding:10px;
}
.overviewresult table td{
	padding-bottom: 20px;
	padding-right: 10px;
}
.previousbuttoncontainer button{
	margin-top: 10px;
}
.previousbuttoncontainer .btn{
	min-width:166px !important;
	margin-right: 10px;
}
.btn-danger {
    color: #fff;
    background-color:#ff131a !important;
    border-color: #ff131a;
}
.timer{
	display: inline-block;
}
fieldset button{
	margin-left: 20px;
}
